﻿2026-07-28T02:39:18.4579292Z ##[group]Run actions/checkout@v5
2026-07-28T02:39:18.4579736Z with:
2026-07-28T02:39:18.4580042Z   fetch-depth: 0
2026-07-28T02:39:18.4580345Z   repository: BigscreenVR/spt-bs-core
2026-07-28T02:39:18.4582181Z   token: ***
2026-07-28T02:39:18.4582460Z   ssh-strict: true
2026-07-28T02:39:18.4582734Z   ssh-user: git
2026-07-28T02:39:18.4583025Z   persist-credentials: true
2026-07-28T02:39:18.4583320Z   clean: true
2026-07-28T02:39:18.4583610Z   sparse-checkout-cone-mode: true
2026-07-28T02:39:18.4583936Z   fetch-tags: false
2026-07-28T02:39:18.4584213Z   show-progress: true
2026-07-28T02:39:18.4584498Z   lfs: false
2026-07-28T02:39:18.4584765Z   submodules: false
2026-07-28T02:39:18.4585036Z   set-safe-directory: true
2026-07-28T02:39:18.4585358Z   allow-unsafe-pr-checkout: false
2026-07-28T02:39:18.4586704Z ##[endgroup]
2026-07-28T02:39:18.6593527Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-28T02:39:18.6594750Z ##[group]Getting Git version info
2026-07-28T02:39:18.6595204Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-28T02:39:18.6905716Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-28T02:39:18.7131492Z git version 2.43.0.windows.1
2026-07-28T02:39:18.7163655Z ##[endgroup]
2026-07-28T02:39:18.7171365Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\f60aa9fd-2902-4de8-8346-1a85b6860140\.gitconfig'
2026-07-28T02:39:18.7185704Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f60aa9fd-2902-4de8-8346-1a85b6860140' before making global git config changes
2026-07-28T02:39:18.7186454Z Adding repository directory to the temporary git global config as a safe directory
2026-07-28T02:39:18.7191630Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-28T02:39:18.7468197Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-28T02:39:18.7681756Z https://github.com/BigscreenVR/spt-bs-core
2026-07-28T02:39:18.7706260Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-28T02:39:18.7710757Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-28T02:39:18.7940696Z refs/heads/main
2026-07-28T02:39:18.7965546Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-07-28T02:39:18.8864940Z HEAD is now at 899f4660 Merge pull request #112 from BigscreenVR/release/v0.45.0
2026-07-28T02:39:18.9126194Z ##[endgroup]
2026-07-28T02:39:18.9129656Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-28T02:39:19.5430419Z ##[group]Cleaning the repository
2026-07-28T02:39:19.5434886Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-28T02:39:31.4443675Z Removing .adapter-notify/
2026-07-28T02:39:31.4444267Z Removing target/
2026-07-28T02:39:31.4482633Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-28T02:39:31.5128446Z HEAD is now at 899f4660 Merge pull request #112 from BigscreenVR/release/v0.45.0
2026-07-28T02:39:31.5163316Z ##[endgroup]
2026-07-28T02:39:31.5164772Z ##[group]Disabling automatic garbage collection
2026-07-28T02:39:31.5170786Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-28T02:39:31.5417928Z ##[endgroup]
2026-07-28T02:39:31.5418572Z ##[group]Setting up auth
2026-07-28T02:39:31.5424160Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-28T02:39:31.5658049Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-28T02:39:32.1491120Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-28T02:39:32.1731809Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-28T02:39:32.7641816Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-28T02:39:32.7899355Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-28T02:39:33.3084346Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-28T02:39:33.3415200Z ##[endgroup]
2026-07-28T02:39:33.3415671Z ##[group]Fetching the repository
2026-07-28T02:39:33.3423743Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +58ff39c1959d9538e0f8816c8809480e3fde6f6a:refs/remotes/pull/114/merge
2026-07-28T02:39:35.0084314Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-28T02:39:35.0085190Z  * [new branch]        docs/psyche-download-start-path-neutral  -> origin/docs/psyche-download-start-path-neutral
2026-07-28T02:39:35.0085861Z    899f4660..f7ff68f8  main                                     -> origin/main
2026-07-28T02:39:35.0086385Z  * [new ref]           58ff39c1959d9538e0f8816c8809480e3fde6f6a -> pull/114/merge
2026-07-28T02:39:35.0223771Z ##[endgroup]
2026-07-28T02:39:35.0224162Z ##[group]Determining the checkout info
2026-07-28T02:39:35.0224616Z ##[endgroup]
2026-07-28T02:39:35.0230444Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-28T02:39:35.0598520Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-28T02:39:35.1121366Z ##[group]Checking out the ref
2026-07-28T02:39:35.1126008Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/114/merge
2026-07-28T02:39:35.2853506Z Previous HEAD position was 899f4660 Merge pull request #112 from BigscreenVR/release/v0.45.0
2026-07-28T02:39:35.2854115Z HEAD is now at 58ff39c1 Merge ea13f02c719e159880af1288a14ddde5b08f01a3 into f7ff68f8805ed594b0ec317e1b0cad60c9052541
2026-07-28T02:39:35.2877890Z ##[endgroup]
2026-07-28T02:39:35.3429585Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-28T02:39:35.3660943Z 58ff39c1959d9538e0f8816c8809480e3fde6f6a
